acos—Arc Cosine


\begin{rail}
ArcCosine : 'acos' '(' ( Scalar \vert Matrix ) ')' ;
\end{rail}
acos returns the arc cosine of the argument. The return value is expressed in radians, in the range [0, π]. It is an error if the magnitude of either the real or complex part of the argument exceeds 1. If the argument is a matrix, then the operation is performed element by element.

Subsections